home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / digests / tcp / 940162.txt < prev    next >
Internet Message Format  |  1994-11-13  |  4KB

  1. Date: Mon,  1 Aug 94 04:30:02 PDT
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V94 #162
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Mon,  1 Aug 94       Volume 94 : Issue  162
  11.  
  12. Today's Topics:
  13.                      Linux, and where to get it.
  14.               wampes with loopback to linux useing PTY's
  15.  
  16. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  17. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  18. Problems you can't solve otherwise to brian@ucsd.edu.
  19.  
  20. Archives of past issues of the TCP-Group Digest are available
  21. (by FTP only) from UCSD.Edu in directory "mailarchives".
  22.  
  23. We trust that readers are intelligent enough to realize that all text
  24. herein consists of personal comments and does not represent the official
  25. policies or positions of any party.  Your mileage may vary.  So there.
  26. ----------------------------------------------------------------------
  27.  
  28. Date: Sun, 31 Jul 1994 16:25:38 -0400 (EDT)
  29. From: KC4BZK@delphi.com
  30. Subject: Linux, and where to get it.
  31. To: tcp-group@ucsd.edu
  32.  
  33. Can any one tell me where i can get a copy of Linux?
  34.  
  35. i have tried to get it from many FTP sites and keep
  36.  
  37. running into a problem that keeps me from geting into the
  38.  
  39. directory that has these magic files! 
  40.  
  41.  
  42.  
  43. i guess what im looking for is a very small copy to see
  44.  
  45. if it will run on my system and to get the feel for it.
  46.  
  47.  
  48.  
  49. im thinking of using it for AX25 tcpip instead of NOS
  50.  
  51.  
  52.  
  53.  
  54.  
  55. thanks in advance....kc4bzk@delphi.com
  56.  
  57. ------------------------------
  58.  
  59. Date: Mon, 01 Aug 94 08:46:18 EST
  60. From: BARRY TITMARSH <BTITMARS%ESOC.BITNET@vm.gmd.de>
  61. Subject: wampes with loopback to linux useing PTY's
  62. To: TCP-GROUP <TCP-GROUP@ucsd.edu>
  63.  
  64. Since i have asked this Question 2-3 times on my local network
  65. and had the answer from DD8NE 2-3 times, and i have lost the message
  66. on my system etc... I post it here in case any one wles needs it.
  67. Barry  GM8SAU/DC0HK
  68.  
  69. This mail came to me from DD8NE...
  70.  
  71. Hello Barry,
  72.  
  73. here it comes.......
  74.  
  75. =======================================================================
  76. # rc.inet1    This shell script boots up the base INET system.
  77.  
  78. HOSTNAME=dd8ne
  79.  
  80. # Attach the loopback device.
  81. /sbin/ifconfig lo 127.0.0.1
  82. /sbin/route add 127.0.0.1
  83.  
  84. # IF YOU HAVE AN ETHERNET CONNECTION, use these lines below to configure the
  85. # eth0 interface. If you're only using loopback or SLIP, don't include the
  86. # rest of the lines in this file.
  87.  
  88. # Edit for your setup.
  89. IPADDR="44.130.62.1"    # REPLACE with YOUR IP address!
  90. NETMASK="255.255.255.0"    # REPLACE with YOUR netmask!
  91. NETWORK="44.130.62.0"    # REPLACE with YOUR network address!
  92. BROADCAST="44.130.62.255"    # REPLACE with YOUR broadcast address, if you
  93.             # have one. If not, leave blank and edit below.
  94. GATEWAY="44.130.62.6"    # REPLACE with YOUR gateway address!
  95.  
  96.  
  97. # Link to AX25-Gateway (WAMPES) via SLIP
  98.     /sbin/slattach -v -s 9600 -p slip ptyp0 &
  99.     sleep 1
  100. #    Let's try 508 but TCP/IP Fragment Timer....
  101.     /sbin/ifconfig sl0 $IPADDR pointopoint $GATEWAY metric 1 mtu 280 up
  102.     /sbin/route add $GATEWAY sl0
  103.     /sbin/route add default gw ${GATEWAY} metric 1
  104.  
  105. # End of rc.inet1
  106.  
  107. /tcp/net.rc
  108. #############################################################################
  109. # Config for WAMPES
  110. #############################################################################
  111. ...
  112. # Usage: attach asy 0 0 slip|ax25|nrs <label> <buffers> <mtu> <speed> ªip_addrß
  113. att asy 0 0 slip ttyp0 4096 508 9600
  114. #############################################################################
  115. # TNC in Kiss-Modus
  116. # =================
  117. shell /tcp/kisson
  118. shell sleep 3
  119.  
  120. vy 73 de Hans-Joachim
  121.  
  122. --
  123.  DD8NE   : Hans-Joachim Hetscher        IP-Adr. : ª44.130.62.1ß
  124.  amprNet : dd8ne@db0rt.ampr.org         AX25    : DD8NE@DB0BOX#BAY.DEU.EU
  125.  
  126. ------------------------------
  127.  
  128. End of TCP-Group Digest V94 #162
  129. ******************************
  130.